home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / fdwin.zip / Fdwin.exe / 0 / RCDATA / TFORMABOUT / TFORMABOUT.txt
Text File  |  1996-10-22  |  3KB  |  121 lines

  1. object formAbout: TformAbout
  2.   Left = 264
  3.   Top = 214
  4.   Width = 289
  5.   Height = 292
  6.   Caption = ' About FDwin'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object GroupBox1: TGroupBox
  14.     Left = 8
  15.     Top = 8
  16.     Width = 265
  17.     Height = 89
  18.     Caption = ' Copyrights '
  19.     TabOrder = 0
  20.     object Label3: TLabel
  21.       Left = 19
  22.       Top = 16
  23.       Width = 229
  24.       Height = 17
  25.       Alignment = taCenter
  26.       AutoSize = False
  27.       Caption = '∩┐╜ 1996 by S∩┐╜ren Poulsen'
  28.       WordWrap = True
  29.     end
  30.     object Label4: TLabel
  31.       Left = 8
  32.       Top = 32
  33.       Width = 249
  34.       Height = 17
  35.       Alignment = taCenter
  36.       AutoSize = False
  37.       Caption = 'This software is shareware. You are allowed to use'
  38.     end
  39.     object Label5: TLabel
  40.       Left = 8
  41.       Top = 48
  42.       Width = 249
  43.       Height = 17
  44.       Alignment = taCenter
  45.       AutoSize = False
  46.       Caption = 'it for 30 days, then you must register or stop using it.'
  47.     end
  48.     object Label6: TLabel
  49.       Left = 8
  50.       Top = 64
  51.       Width = 249
  52.       Height = 17
  53.       Alignment = taCenter
  54.       AutoSize = False
  55.       Caption = 'Please obtain registration information below.'
  56.     end
  57.   end
  58.   object GroupBox2: TGroupBox
  59.     Left = 8
  60.     Top = 104
  61.     Width = 265
  62.     Height = 57
  63.     Caption = ' Support/questions/suggestions '
  64.     TabOrder = 1
  65.     object Label1: TLabel
  66.       Left = 24
  67.       Top = 16
  68.       Width = 217
  69.       Height = 13
  70.       Alignment = taCenter
  71.       AutoSize = False
  72.       Caption = 'e-mail: slp@pobox.com'
  73.     end
  74.     object Label2: TLabel
  75.       Left = 8
  76.       Top = 32
  77.       Width = 249
  78.       Height = 17
  79.       Alignment = taCenter
  80.       AutoSize = False
  81.       Caption = 'WWW: http://www.pobox.com/~slp'
  82.     end
  83.   end
  84.   object GroupBox3: TGroupBox
  85.     Left = 8
  86.     Top = 168
  87.     Width = 265
  88.     Height = 57
  89.     Caption = 'How to register '
  90.     TabOrder = 2
  91.     object Label7: TLabel
  92.       Left = 8
  93.       Top = 16
  94.       Width = 249
  95.       Height = 17
  96.       Alignment = taCenter
  97.       AutoSize = False
  98.       Caption = 'Fill out the registration form (register.txt) and e-mail it.'
  99.     end
  100.     object Label8: TLabel
  101.       Left = 8
  102.       Top = 32
  103.       Width = 249
  104.       Height = 17
  105.       Alignment = taCenter
  106.       AutoSize = False
  107.       Caption = 'You will then receive a registration key a.s.a.p'
  108.     end
  109.   end
  110.   object butOK: TButton
  111.     Left = 48
  112.     Top = 232
  113.     Width = 185
  114.     Height = 25
  115.     Caption = '&OK'
  116.     Default = True
  117.     TabOrder = 3
  118.     OnClick = butOKClick
  119.   end
  120. end
  121.